/*------------------------
	GENERAL SELECTORS
------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.7%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #434749;
}

p {
	font-size: 1.2em;
	line-height: 165%;
	margin: 0 0 23px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited {
	color: #84ac26;
	font-weight: bold;
}

a:hover {
	color: #02a0c6;
	font-weight: bold;
}

/*------------------------
	RULES FOR ALL PAGES
------------------------*/
#container {
	width: 740px;
	margin: 20px auto 0 auto;
}

#header {
	position: relative;
}

#header h1 a {
	display: block;
	float: left;
	margin: 0 44px 0 0;
	text-decoration: none;
	text-indent: -2100px;
	width: 282px;
	height: 130px;
	background: transparent url(img/logo.gif) no-repeat left top;
}

#navigation {
	/*padding: 37px 0 0 0;*/
	position: absolute;
	top: 37px;
	width: 416px;
	z-index: 4000;
}
#header > #navigation {
	position:absolute;
	right:-2px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 82px;
	height: 83px;
	/*margin: 0 1px 0 0;*/
	background-position: left top;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* IE Mac, you spoiled brat \*/
#navigation a:focus { outline: none; }
/* end IE Mac hide */

#nav_building {
	background: transparent url(img/nav_credentials.gif) no-repeat left top;
	left: 0;
}

#nav_features {
	background: transparent url(img/nav_experience.gif) no-repeat left top;
	left: 83px;
}

#nav_neighbors {
	background: transparent url(img/nav_education.gif) no-repeat left top;
	left: 166px;
}

#nav_location {
	background: transparent url(img/nav_success.gif) no-repeat left top;
	left: 249px;
}

#nav_interested {
	background: transparent url(img/nav_contact.gif) no-repeat left top;
	left: 332px;
}

#navigation a:hover {
	background-position: 0 -83px;
}

#navigation a.current {
	background-position: 0 -166px;
}

#content {
	width: 740px;
	clear: left;
}

* html #content { width: 774px; }

#copy {
	/*margin: 0 0 0 453px;
	padding: 30px 0 37px 22px;*/
	margin: 0;
	border-left: 1px solid #e5e5e5;
	width: 287px;
	/*width: 290px;*/
	float: right;
	/*height: 1%;*/
}

* html #copy {
	position: relative;
	right: 34px;	
}

#copy object, #copy embed {
	margin: 0;
	padding: 0;
}


#copy h4, #copy p {
	margin-left: 25px;
	margin-right: 15px;
}

#copy h2 {
	width: 287px;
	height: 287px;
	text-indent: -2100px;
	margin: 0 0 28px 0;
}

#copy h4 {
	text-transform: uppercase;
	color: #98ca45;
	font-size: 1.4em;
	margin-bottom: 7px;
}

#sidebar {
	width: 452px;
	/*margin: 0 287px 0 0;*/
	margin: 0;
	padding: 0;
}

#sidebar h3 {
	text-indent: -2100px;
	width: 452px;
	height: 24px;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 50px 0 15px;	
}

/* Why is IE Mac so difficult \*/
#sidebar .image_left img {
	float: left;
}

#sidebar .image_right img {
	float: right;
}

#sidebar .image_right .inset_image {
	float: right;
	margin: 0 12px 0 15px;
	height: 1%;
}

#sidebar .image_left .inset_image {
	float: left;
	margin: 0 15px 12px 0;
	height: 1%;
}

#sidebar .inset_image img {
	float: none;
}
/* end IE Mac hide */

.inset_image p {
	color: #84ac26;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	padding: 2px 0 0 0;
}


#sidebar .image_left dl,
#sidebar .image_right dl {
	font-size: 1.1em;
}

#sidebar .image_left a,
#sidebar .image_right a {
	text-transform: uppercase;
	text-decoration: none;
}
#sidebar a img {
 	border: none;
}
.sidebar_image {
	background: none;
}

#slideshow {
	width: 452px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html body #copy {
  margin-left: -3px;
}
 
* html body #sidebar {
  height: 1%;
  margin-right: 0;
}
/* End hide from IE5/mac */


#footer {
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 12px 0 75px 5px;
	clear: right;
}

#footer ul li {
	display: inline;
	margin: 0 8px 0 0;
}

#footer ul li#contact, #footer ul li#footer_home,
#footer ul li#faq {
	border-right: 1px solid #404040;
	padding: 0 8px 0 0;
}

#footer ul li a {
	text-transform: uppercase;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #404040;
}

#footer ul li a:hover {
	color: #98ca45;
}
#footer #leftcopy {
	position: absolute;
	left: 45px;
	top: 12px;
}
#footer #leftcopy #copyright {
	padding: 5px 0 0 0;
}
#footer #equalhousing {
	display: block;
	text-indent: -2100px;
	text-decoration: none;
	width: 30px;
	height: 22px;
	background: transparent url(../img/equal_housing_logo.jpg) no-repeat 0 0 ;
}

#footer #copyright {
	width: 350px;
	font-size: 1em;
	line-height: 150%;
}

#search {
	position: absolute;
	right: 0;
	top: 0;
	width: 258px;
	padding: 8px 15px;
}

* html #search { right: 34px; }
* html #home #search { right: 0; }

#search label {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

#search #search_box {
	border: none;
}

#search dt, #search dd, #style_readers dt, #style_readers dd {
	float: left;
	margin: 0 5px 0 0;
}

body.longsidebar #copy { border: none; }
body.longsidebar #sidebar {
	border-right: 1px solid #e5e5e5;
}

/*----------------------------
	RULES FOR THE HOMEPAGE
-----------------------------*/
#home #copy h2 {
	background: transparent url(img/sb_home.gif) no-repeat left top;
}

#home #slideshow a {
	height: 287px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(http://www.parcrittenhouse.com/img/home_replacement.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#home #sidebar {
	color: #3b7931;
}

#home #sidebar a {
	text-decoration: underline;
}
#home #sidebar #reserve h3 {
	background: transparent url(../img/home_reserve.gif) no-repeat left top;
	height: 31px;
	border-bottom: 1px solid #e5e5e5;
	margin: 25px 0 15px 0;
}

#home #sidebar #weekly_feature h3 {
	background: transparent url(../img/home_thisWeek.gif) no-repeat left top;
	height: 24px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 15px 0;
}

#home #sidebar #tourfeature h3 {
	background: transparent url(../img/leadin_tourfeature.gif) no-repeat left top;
	height: 24px;
	border-bottom: 1px solid #e5e5e5;
	margin: 50px 0 15px 0;
}

#home #sidebar #weekly_feature {
	float: left;
	margin: 10px 15px 0 0;
}
#home #sidebar #weekly_feature #featurecopy {
	line-height: 165%;
	padding: 0 15px 0 0;
}
#home #sidebar #style_readers h3 {
	background: transparent url(../img/styleReaders_headline.gif) no-repeat left top;
	height: 18px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 15px 0;	
}

#home #sidebar #style_readers {
	clear: left;
}

#home #sidebar #style_readers dl {
	font-size: 1.2em;
}

#home #sidebar #weekly_feature dt {
	/*color: #3b7931;*/
	margin: 0 0 10px 0;
}

#home #sidebar #weekly_feature dd {
	color: #60b4c3;
	font-weight: bold;
	background: transparent url(../img/blue_bullet.gif) no-repeat left 0.25em;
	margin: 0 0 0 258px;
	padding: 0 0 0 12px;
}

#home #search {
	background-color: #d0d86c;
}

#home #search_button {
	background-color: #e0ed9e;
}

#home #search_box {
	background-color: #eff2cd;
}

/*------------------------------------
	RULES FOR THE EXPERIENCE PAGE
------------------------------------*/
#features a:link, #features a:visited {
	color: #02a0c6;
}

#features a:hover {
	color: #62ac57;
}

#features h2 {
	background: transparent url(../img/features_tagline.gif) no-repeat left top;
}

#features #copy h4 {
	color: #02a0c6;
}

#features #slideshow {
	background-color: #02a0c6;
}


#features #slideshow a:hover {
	background-position: 0 -433px;
}

#features #search {
	background-color: #66bfcf;
}

#features #search_button {
	background-color: #9ad5df;
}

#features #search_box {
	background-color: #cbe9ef;
}

/*------------------------------------
	RULES FOR THE EDUCATION PAGE
------------------------------------*/
#neighbors a:link, #neighbors a:visited {
	color: #62ac57;
}

#neighbors a:hover {
	color: #02a0c6;
}
#neighbors h2#tagline {
	background: transparent url(../img/ritt_neighbors_tagline.gif) no-repeat left top;
}
#neighbors h2 {
	background: transparent url(../img/neighbors_tagline.gif) no-repeat left top;
}

#neighbors #copy h4 {
	color: #62ac57;
}

#neighbors #sidebar {
	color: #3b7931;
}

#neighbors #sidebar dl { 
	margin-bottom: 3em;
	margin-left: 37px; 
}

#neighbors #sidebar dt {
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.8em;
	color: #95c94a;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#neighbors #sidebar dd {
	color: #333;
	font-size: 1.4em;
	margin-bottom: 0.35em;
}

#neighbors #sidebar #sounds h3 {
	background: transparent url(../img/neighbors_soundsOfTheSquare.gif) no-repeat left top;
}

#neighbors #sidebar #rittenhouse_neighbors h3 {
	background: transparent url(../img/neighbors_rittenhouseNeighb.gif) no-repeat left top;
}

#neighbors #search, #park #search {
	background-color: #62ac57;
}

#neighbors #search_button,
#park #search_button {
	background-color: #98C890;
}

#neighbors #search_box,
#park #search_box {
	background-color: #c9e3c6;
}

/*------------------------------------
	RULES FOR THE SUCCESS PAGE
------------------------------------*/
#location a:link, #location a:visited {
	color: #02a0c6;
}

#location a:hover {
	color: #62ac57;
}

* html #location #header {
	position: relative;
}

* html #location #header #navigation {
	position: absolute;
	left: 0;
}

#location #mapDetails strong {
	font-size: 14px;
}

#location h2 {
	background: transparent url(../img/location_tagline.gif) no-repeat left top;
}

#location #copy h4 {
	color: #98ca45;
}

#location #search {
	background-color: #98ca45;
}

#location #search_button {
	background-color: #bbdc84;
}

#location #search_box {
	background-color: #dcdec0;
}

/*------------------------------------
	RULES FOR THE FAQ PAGE
------------------------------------*/
#faqs h2 {
	background: transparent url(../img/faq_tagline.gif) no-repeat left top;
}

#faqs #copy h4 {
	color: #a1c9d0;
}

#faqs #sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#faqs #sidebar ul li {
	margin: 0 0 5px 0;
}

#faqs #sidebar ul li a {
	background: transparent url(../img/dull_bullet.gif) no-repeat left 0.35em;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

#faqs #sidebar ul li a:link,
#faqs #sidebar ul li a:visited {
	color: #a1c9d0;
}

#faqs #sidebar ul li a:hover {
	color: #98ca45;
}

#faqs #copy dl {
	margin: 30px 0 30px 25px;
}

#faqs #copy dt {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
	color: #a1c9d0;
	margin: 0 0 8px 0; 
}

#faqs #copy dd {
	font-size: 1.2em;
	color: #434749;
	line-height: 165%;
	margin: 0 0 30px 0;
}

#faqs #search {
	background-color: #a1c9d0;
}

#faqs #search_button {
	background-color: #c1dbe0;
}

#faqs #search_box {
	background-color: #dfedef;
}

#faqs #sidebar #questions h3 {
	background: transparent url(../img/faq_questionQuicklinks.gif) no-repeat left top;
}

/*-----------------------------------------------
	RULES FOR THE INTERACTIVE PARK PAGE
------------------------------------------------*/
#park #slideshow {
	margin: 0 0 10px 0;
}
#park #slideshow a {
	text-indent: -2100px;
	text-decoration: none;
	display: block;
	background: transparent url(../img/park_replacement.jpg) no-repeat left top;
	width: 740px;
	height: 520px;
}

/*------------------------------------------------
	RULES FOR THE YES CONTACT PAGE
------------------------------------------------*/
#interested a:link, #interested a:visited {
	color: #02a0c6;
}

#interested a:hover {
	color: #62ac57;
}

#interested h2 {
	background: transparent url(../img/interested_tagline.gif) no-repeat left top;
}

#interested #copy h4 {
	color: #a1c9d0;
}

#interested #copy form {
	margin: 0 0 50px 25px;
}

#interested #copy form dt {
	color: #a1c9d0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

#interested #copy form dd {
	margin: 0 0 10px 0;
}

#interested #copy form input, 
#interested #copy form textarea {
	width: 206px;
	border: none;
	background-color: #d5e7ea;
	color: #434749;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.2em;
	padding: 3px 7px;
}

#interested #copy form input.empty,
#interested #copy form select.empty {
	background-color: #f69c3c;	
}

#interested #copy form select {
	width: 220px;
	background-color: #d5e7ea;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.2em;
}

#interested #copy form input#send_button {
	width: auto;
	padding: 0;
	margin: 15px 0 0 0;
}

#interested #note span {
	color: #a1c9d0;
}

#interested #note {
	text-transform: lowercase;
	color: #434749;
}

#interested #sidebar {
	color: #3b7931;
}

/*#interested #sidebar a {
	background: transparent url(../img/dull_bullet.gif) no-repeat left 0.35em;
	padding: 0 0 0 15px;
}
*/
#interested #sidebar a:link, #interested #sidebar a:visited {
	color: #a1c9d0;
}

#interested #sidebar a:hover {
	color: #62ac57;
}

#interested #sidebar #interested_faq h3 {
	background: transparent url(../img/interested_FAQ.gif) no-repeat left top;
}

#interested #search {
	background-color: #a1c9d0;
}

#interested #search_button {
	background-color: #c1dbe0;
}

#interested #search_box {
	background-color: #dfedef;
}

#interested #copy form input#unsubscribe_btn {
	width: auto;
}

/*------------------------------------
	RULES FOR THE PROFILE PAGE
------------------------------------*/
#building a:link, #building a:visited {
	color: #02a0c6;
}

#building a:hover {
	color: #62ac57;
}

#building h2 {
	background: transparent url(img/sb_qualifications.gif) no-repeat left top;
}

#building #copy h4 {
	color: #02a0c6;
}

#building #sidebar {
	color: #3b7931;
}

#building #sidebar a img, #building #sidebar img {
	background: none;
}

#building #search {
	background-color: #02a0c6;
}

#building #search_button {
	background-color: #58c0d9;
}

#building #search_box {
	background-color: #a9dfec;
}

#building #slideshowunits {
	padding: 0 0 10px 0;
}

/*------------------------------------
	RULES THAT NEED PROMINENCE
------------------------------------*/
#features #slideshow a {
	text-indent: -2100px;
	text-decoration: none;
	display: block;
	background: transparent url(../img/features_replacement.jpg) no-repeat left top;
	width: 452px;
	height: 433px;
}
/*------------------------------------
	LEAD-IN CTA
------------------------------------*/
.leadinctablue {
	background: transparent url(../img/blue_bullet.gif) no-repeat left 0.45em;
	padding: 0 0 0 12px;
}
.leadinctagreen {
	background: transparent url(../img/green_bullet.gif) no-repeat left 0.45em;
	padding: 0 0 0 12px;
}
